FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource CapabilityStatement/FHIR Server from package nictiz.fhir.nl.stu3.zib2017#2.2.20 (141 ms)

Package nictiz.fhir.nl.stu3.zib2017
Type CapabilityStatement
Id Id
FHIR Version R3
Source https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2017@2.2.20&canonical=http://nictiz.nl/fhir/CapabilityStatement/gp-patientdata2017-servercapabilities
Url http://nictiz.nl/fhir/CapabilityStatement/gp-patientdata2017-servercapabilities
Version 2.0.4
Status active
Date 2022-09-22
Name DutchGeneralPractitionerPatientDataServer2017
Experimental False
Realm nl
Authority hl7
Description This CapabilityStatement describes the minimal requirements for a server to retrieve the "GP Patient Summary", where applicable, based on HCIM release 2017.
Purpose This CapabilityStatement is informative in nature and does not represent the minimum or maximum set of capabilities the client or server should support. The aim is to design the CapabilityStatement as complete as possible, however for the exact set of capabilities the implementation guide of the corresponding information standard should be consulted.
Copyright CC0
Kind requirements

Resources that use this resource

No resources found


Resources that this resource uses

SearchParameter
http://nictiz.nl/fhir/SearchParameter/Medications-periodofuse Medications-periodofuse


Source

{
  "resourceType" : "CapabilityStatement",
  "url" : "http://nictiz.nl/fhir/CapabilityStatement/gp-patientdata2017-servercapabilities",
  "version" : "2.0.4",
  "name" : "DutchGeneralPractitionerPatientDataServer2017",
  "status" : "active",
  "date" : "2022-09-22",
  "publisher" : "Nictiz",
  "contact" : [
    {
      "name" : "Nictiz",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.nictiz.nl",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "This CapabilityStatement describes the minimal requirements for a server to retrieve the \"GP Patient Summary\", where applicable, based on HCIM release 2017.",
  "purpose" : "This CapabilityStatement is informative in nature and does not represent the minimum or maximum set of capabilities the client or server should support. The aim is to design the CapabilityStatement as complete as possible, however for the exact set of capabilities the implementation guide of the corresponding information standard should be consulted.",
  "copyright" : "CC0",
  "kind" : "requirements",
  "fhirVersion" : "3.0.2",
  "acceptUnknown" : "both",
  "format" : [
    "xml",
    "json"
  ],
  "profile" : [
    {
      "reference" : "http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner",
      "display" : "nl-core-practitioner"
    },
    {
      "reference" : "http://fhir.nl/fhir/StructureDefinition/nl-core-practitionerrole",
      "display" : "nl-core-practitionerrole"
    },
    {
      "reference" : "http://fhir.nl/fhir/StructureDefinition/nl-core-organization",
      "display" : "nl-core-organization"
    },
    {
      "reference" : "http://fhir.nl/fhir/StructureDefinition/nl-core-patient",
      "display" : "nl-core-patient"
    },
    {
      "reference" : "http://fhir.nl/fhir/StructureDefinition/nl-core-episodeofcare",
      "display" : "nl-core-episodeofcare"
    },
    {
      "reference" : "http://nictiz.nl/fhir/StructureDefinition/zib-Problem",
      "display" : "zib-Problem"
    },
    {
      "reference" : "http://nictiz.nl/fhir/StructureDefinition/zib-Alert",
      "display" : "zib-Alert"
    },
    {
      "reference" : "http://nictiz.nl/fhir/StructureDefinition/zib-MedicationAgreement",
      "display" : "zib-MedicationAgreement"
    },
    {
      "reference" : "http://nictiz.nl/fhir/StructureDefinition/zib-AllergyIntolerance",
      "display" : "zib-AllergyIntolerance"
    },
    {
      "reference" : "http://nictiz.nl/fhir/StructureDefinition/gp-DiagnosticResult",
      "display" : "gp-DiagnosticResult"
    },
    {
      "reference" : "http://nictiz.nl/fhir/StructureDefinition/gp-EncounterReport",
      "display" : "gp-EncounterReport"
    },
    {
      "reference" : "http://nictiz.nl/fhir/StructureDefinition/gp-JournalEntry",
      "display" : "gp-JournalEntry"
    },
    {
      "reference" : "http://nictiz.nl/fhir/StructureDefinition/gp-Encounter",
      "display" : "gp-Encounter"
    },
    {
      "reference" : "http://nictiz.nl/fhir/StructureDefinition/gp-LaboratoryResult",
      "display" : "gp-LaboratoryResult"
    }
  ],
  "rest" : [
    {
      "mode" : "server",
      "resource" : [
        {
          "type" : "Patient",
          "interaction" : [
            {
              "code" : "search-type"
            }
          ],
          "searchInclude" : [
            "Patient:general-practitioner"
          ]
        },
        {
          "type" : "EpisodeOfCare",
          "interaction" : [
            {
              "code" : "search-type"
            }
          ]
        },
        {
          "type" : "Observation",
          "interaction" : [
            {
              "code" : "search-type"
            }
          ],
          "searchInclude" : [
            "Observation:related-target",
            "Observation:specimen"
          ],
          "searchParam" : [
            {
              "name" : "code",
              "type" : "token"
            },
            {
              "name" : "date",
              "type" : "date"
            }
          ]
        },
        {
          "type" : "MedicationRequest",
          "interaction" : [
            {
              "code" : "search-type"
            }
          ],
          "searchInclude" : [
            "MedicationRequest:medication"
          ],
          "searchParam" : [
            {
              "name" : "category",
              "type" : "token"
            },
            {
              "name" : "periodofuse",
              "definition" : "http://nictiz.nl/fhir/SearchParameter/Medications-periodofuse",
              "type" : "date"
            }
          ]
        },
        {
          "type" : "AllergyIntolerance",
          "interaction" : [
            {
              "code" : "search-type"
            }
          ],
          "searchParam" : [
            {
              "name" : "category",
              "type" : "token"
            }
          ]
        },
        {
          "type" : "Composition",
          "interaction" : [
            {
              "code" : "search-type"
            }
          ],
          "searchParam" : [
            {
              "name" : "type",
              "type" : "token"
            }
          ]
        },
        {
          "type" : "Encounter",
          "interaction" : [
            {
              "code" : "search-type"
            }
          ]
        }
      ],
      "interaction" : [
        {
          "code" : "batch"
        }
      ]
    }
  ],
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.